| Name | Description | |
|---|---|---|
![]() | PDFSubmitFormAction Constructor | Overloaded. |
The following tables list the members exposed by PDFSubmitFormAction.
| Name | Description | |
|---|---|---|
![]() | PDFSubmitFormAction Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | cosAction | (Inherited from com.o2sol.pdf4java.actions.PDFAction) |
![]() | fields |
| Name | Description | |
|---|---|---|
![]() ![]() | createAction | Creates a PDF action from a cos dictionary. (Inherited from com.o2sol.pdf4java.actions.PDFAction) |
![]() | excludeNonUserAnnotations | Gets a value indicating whether only the annotations created by the current user are submitted. |
![]() | getActions | Gets the sequence of actions to be performed after this action. (Inherited from com.o2sol.pdf4java.actions.PDFAction) |
![]() | getCosAction | Gets the cos action object. (Inherited from com.o2sol.pdf4java.actions.PDFAction) |
![]() | getDataFormat | Gets the format of the submitted data. |
![]() | getEmbedForm | Gets a value indicating whether the PDF file is embedded in the submitted data. |
![]() | getFields | Gets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not. |
![]() | getSubmitFields | Gets a value indicating whether the fields should be submitted or not. |
![]() | getUrl | Gets the URL the form data is submitted for processing. |
![]() | includeAnnotations | Gets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document. |
![]() | includeAppendSaves | Gets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file. |
![]() | includeNoValueFields | Gets a value indicating whether the fields with no value are submitted. |
![]() | setActions | Sets the sequence of actions to be performed after this action. (Inherited from com.o2sol.pdf4java.actions.PDFAction) |
![]() | setDataFormat | Sets the format of the submitted data. |
![]() | setEmbedForm | Sets a value indicating whether the PDF file is embedded in the submitted data. |
![]() | setExcludeNonUserAnnotations | Sets a value indicating whether only the annotations created by the current user are submitted. |
![]() | setFields | Sets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not. |
![]() | setIncludeAnnotations | Sets a value indicating whether the submitted FDF file includes all markup annotations in the underlying PDF document. |
![]() | setIncludeAppendSaves | Sets a value indicating whether the incremental updates to the underlying PDF document are included in the submitted FDF file. |
![]() | setIncludeNoValueFields | Sets a value indicating whether the fields with no value are submitted. |
![]() | setSubmitCoordinates | Sets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data. |
![]() | setSubmitFields | Sets a value indicating whether the fields should be submitted or not. |
![]() | setUrl | Sets the URL the form data is submitted for processing. |
![]() | setUseCanonicalDateTimeFormat | Sets a value indicating whether the field values representing dates are converted to the standard PDF format. |
![]() | setUseHttpGet | Sets a value indicating whether the form data is submitted using HTTP GET method. |
![]() | submitCoordinates | Gets a value indicating whether the coordinates of the mouse click that caused the submit form action are transmitted as part of form data. |
![]() | useCanonicalDateTimeFormat | Gets a value indicating whether the field values representing dates are converted to the standard PDF format. |
![]() | useHttpGet | Gets a value indicating whether the form data is submitted using HTTP GET method. |